[INFO] cloning repository https://github.com/AsafFisher/rust-pake
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AsafFisher/rust-pake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAsafFisher%2Frust-pake", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAsafFisher%2Frust-pake'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc5d09b351dbff522db52c83781c2376076fdbf9
[INFO] checking AsafFisher/rust-pake against try#7dabc88a3b6768751847baeb49983f31ac5f20e2 for pr-155945
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAsafFisher%2Frust-pake" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AsafFisher/rust-pake
[INFO] finished tweaking git repo https://github.com/AsafFisher/rust-pake
[INFO] tweaked toml for git repo https://github.com/AsafFisher/rust-pake written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AsafFisher/rust-pake on toolchain 7dabc88a3b6768751847baeb49983f31ac5f20e2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7dabc88a3b6768751847baeb49983f31ac5f20e2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AsafFisher/rust-pake already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7dabc88a3b6768751847baeb49983f31ac5f20e2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+7dabc88a3b6768751847baeb49983f31ac5f20e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 081c60daf0e449f159cea600479d0be1bf0edc24133d624d59101fe9adc61feb
[INFO] running `Command { std: "docker" "start" "-a" "081c60daf0e449f159cea600479d0be1bf0edc24133d624d59101fe9adc61feb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "081c60daf0e449f159cea600479d0be1bf0edc24133d624d59101fe9adc61feb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "081c60daf0e449f159cea600479d0be1bf0edc24133d624d59101fe9adc61feb", kill_on_drop: false }`
[INFO] [stdout] 081c60daf0e449f159cea600479d0be1bf0edc24133d624d59101fe9adc61feb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+7dabc88a3b6768751847baeb49983f31ac5f20e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ccbd71c233ddbec35466cbeb88da014996f486d4a2607b3cba93409531ffb800
[INFO] running `Command { std: "docker" "start" "-a" "ccbd71c233ddbec35466cbeb88da014996f486d4a2607b3cba93409531ffb800", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking num-iter v0.1.44
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking polyval v0.6.1
[INFO] [stderr]     Checking ghash v0.5.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking aes v0.8.3
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling darling_core v0.20.5
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling serde_repr v0.1.18
[INFO] [stderr]    Compiling darling_macro v0.20.5
[INFO] [stderr]    Compiling darling v0.20.5
[INFO] [stderr]    Compiling serde_with_macros v3.6.0
[INFO] [stderr]     Checking serde_with v3.6.0
[INFO] [stderr]     Checking serde_json v1.0.113
[INFO] [stdout] error: cannot find macro `vec` in this scope
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/biguint.rs:2574:21
[INFO] [stdout]      |
[INFO] [stdout] 2574 |                     vec![*n as u32, (n >> 32) as u32]
[INFO] [stdout]      |                     ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::vec;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use alloc::vec;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vec` in this scope
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/biguint.rs:2572:21
[INFO] [stdout]      |
[INFO] [stdout] 2572 |                     vec![*n as u32]
[INFO] [stdout]      |                     ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::vec;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use alloc::vec;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vec` in this scope
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/biguint.rs:2313:13
[INFO] [stdout]      |
[INFO] [stdout] 2313 |             vec![0]
[INFO] [stdout]      |             ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::vec;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use alloc::vec;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vec` in this scope
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/biguint.rs:2027:16
[INFO] [stdout]      |
[INFO] [stdout] 2027 |         return vec![b'0'];
[INFO] [stdout]      |                ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::vec;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use alloc::vec;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vec` in this scope
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/biguint.rs:2005:9
[INFO] [stdout]      |
[INFO] [stdout] 2005 |         vec![0]
[INFO] [stdout]      |         ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::vec;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use alloc::vec;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `vec` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/biguint.rs:490:22
[INFO] [stdout]     |
[INFO] [stdout] 490 |         BigUint::new(vec![1])
[INFO] [stdout]     |                      ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::vec;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use alloc::vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num-bigint-dig` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ccbd71c233ddbec35466cbeb88da014996f486d4a2607b3cba93409531ffb800", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccbd71c233ddbec35466cbeb88da014996f486d4a2607b3cba93409531ffb800", kill_on_drop: false }`
[INFO] [stdout] ccbd71c233ddbec35466cbeb88da014996f486d4a2607b3cba93409531ffb800
